←Select platform

Find<TQuery,TResult>(DicomScp,TQuery,DicomMatchDelegate<TResult>,DicomDataSet) Method

Summary

Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter.

Syntax

C#
VB
C++
Public Overloads Sub Find 
    (Of TQuery,TResult)( _ 
   ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal Query As TQuery, _ 
   ByVal OnMatch As Leadtools.Dicom.Scu.DicomMatchDelegate(Of TResult), _ 
   ByVal Template As Leadtools.Dicom.DicomDataSet _ 
) 
public: 
void Findgeneric<typename TQuery> 
generic<typename TResult> 
(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   _TQuery^_ Query, 
   Leadtools.Dicom.Scu.DicomMatchDelegate<TResult^>^ OnMatch, 
   Leadtools.Dicom.DicomDataSet^ Template 
) 

Parameters

Scp
The peer connection to send the C-FIND-REQ to.

Query
The query information that describes the DICOM datasets to be found.

OnMatch
The delegate to be called for each dataset that matches the query parameters.

Template
The template dataset to use for the C-FIND-REQ.

Type Parameters

TQuery
The type of the query.

TResult
The type of the result.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scu Assembly
Click or drag to resize